From: Chong Yidong Date: Sun, 13 May 2007 13:37:11 +0000 (+0000) Subject: (XTread_socket): Revert last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18884 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=112774628f80174cf551925fec6c8db8a36bfe07;p=emacs.git (XTread_socket): Revert last change. --- diff --git a/src/xterm.c b/src/xterm.c index 9adb2b2c259..4f77e22ac59 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7065,7 +7065,6 @@ XTread_socket (sd, expected, hold_quit) #endif #ifndef USE_GTK - x_catch_errors (dpyinfo->display); while (XPending (dpyinfo->display)) { int finish; @@ -7084,7 +7083,6 @@ XTread_socket (sd, expected, hold_quit) if (finish == X_EVENT_GOTO_OUT) goto out; } - x_uncatch_errors (); #endif /* not USE_GTK */ }